home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / cpchklst.zip / README.TXT < prev    next >
Text File  |  1996-04-21  |  2KB  |  31 lines

  1. Thank you for trying CtrlPlus components!
  2.  
  3. This is the cpCheckList version 1.0.  This component replaces the previously distributed beta version 0.9. 16- and 32-bit versions are included for use with Delphi 1.x and 2.x respectively.  
  4.  
  5. The cpCheckList component is a listbox component that incorporates check marks to facilitate multiple selection.  
  6.  
  7. The check marks used are user-defined via the "Picture" property, which is a bitmap containing two images, the left half containing the unchecked image and the right half the checked image.  Four examples are included.
  8.  
  9. Three functions enable checking or unchecking all items in the list and identifying whether a particular item is selected.  The functions are:
  10.  
  11.           procedure CheckAll;
  12.           procedure ClearAll;
  13.           function IsChecked(Index : Integer) : Boolean;
  14.  
  15. All functions are applied against the component rather than the list of Items it contains, e.g. to check if the first item in the list is checked use 
  16.     ret:=cpCheckList1.IsChecked(0);
  17. Where cpCheckList1 is the component name, ret the return value (Boolean) and 0 the index of the first item in the list (Items are numbered from 0).
  18.  
  19. Other functions and behaviour are as per the standard TListBox component, although some functions are not available, as befits the use of this component.
  20.  
  21. This component is available as shareware for $15 including source (16- and 32-bit), comprehensive help file, sample code and on-line support.  registration is through Compuserve (GO SWREG) agreement 11046.
  22.  
  23. CtrlPlus have a number of components available for both 16- and 32-bit versions of Delphi and are currently looking for distributors (particularly Internet distributors who can handle credit card payment).  If you are interested, please email the above addresses.
  24.  
  25.  
  26. Please report bugs, comment on the component and request enhancements via email to me at:
  27.  
  28. Compuserve ID:    100630,1435
  29. Internet:    100630,1435@compuserve.com
  30.  
  31. 21/April/1996